In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer / PdfLaunchAction Method

PdfLaunchAction Method

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(9)>

Sub PdfLaunchAction( _

   ByVal ActionType As PdfActionLaunchOperation, _

   ByRef FilePath As String, _

   ByRef Cancel As Boolean _

) 
[DispId(9)]

void PdfLaunchAction( 

   PdfActionLaunchOperation ActionType,

   ref string FilePath,

   ref bool Cancel

)
procedure PdfLaunchAction( 

    ActionType: PdfActionLaunchOperation;

   var  FilePath: String;

   var  Cancel: Boolean

); 
DispIdAttribute(9)

function PdfLaunchAction( 

   ActionType : PdfActionLaunchOperation,

   FilePath : String,

   Cancel : boolean

);
[DispId(9)]

void PdfLaunchAction( 

   PdfActionLaunchOperation ActionType,

   ref string* FilePath,

   ref bool Cancel

) 
[DispId(9)]

void PdfLaunchAction( 

   PdfActionLaunchOperation ActionType,

   String^% FilePath,

   bool% Cancel

) 

Parameters

ActionType
FilePath
Cancel
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer
__GdViewer Members